home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Unix / mcvert2.15.shar / README < prev    next >
Encoding:
Text File  |  1993-11-25  |  842 b   |  44 lines

  1. mcvert needs to be compiled before you can run it, since mcvert runs on
  2. a wide variety of machines, each with its own binary format.
  3.  
  4. o Ready a directory to hold mcvert
  5.  
  6.     cd
  7.     mkdir mcvert
  8.     cp mcvert-nnn.shar mcvert
  9.     cd mcvert
  10.  
  11. o Create the individual files from the Shell Archive (shar) file
  12.  
  13.     sh mcvert-nnn.shar
  14.  
  15. o Reorder the Makefile as appropriate for your machine
  16.  
  17.   Note that there are a number of variables with which to fiddle,
  18.   and that the last definition wins.
  19.  
  20.   For example, when compiling for AT&T's 3B2, reorder so these lines
  21.   are last within group:
  22.  
  23.     XOBJ= gettod.o
  24.     
  25.     LIBS=
  26.  
  27.     CFLAGS_M= -DTIMEVAL -DULONG
  28.  
  29.     CFLAGS_N = -DNOBYTEORDER -DNOBZEROBCOPY
  30.  
  31. o Make the binary and man page
  32.  
  33.     make
  34.  
  35. o Read the manpage for a full description
  36.  
  37.     more mcvert.man
  38.  
  39. o Invoke the binary without arguments for a short description
  40.  
  41.     mcvert
  42.  
  43. []
  44.